go/types.typeWriter.tparams (field)

5 uses

	go/types (current package)
		typestring.go#L75: 	tparams      *TypeParamList // local type parameters
		typestring.go#L314: 		if i := slices.Index(w.tparams.list(), t); i >= 0 {
		typestring.go#L479: 			assert(w.tparams == nil)
		typestring.go#L480: 			w.tparams = sig.TypeParams()
		typestring.go#L482: 				w.tparams = nil